ToolboxPopup

class ToolboxPopup(toolResultListener: ToolResultListener, popupContainer: FrameLayout, inflater: LayoutInflater, coroutineScope: CoroutineScope, toolUiContext: ToolUiContext)

Constructors

Link copied to clipboard
constructor(toolResultListener: ToolResultListener, popupContainer: FrameLayout, inflater: LayoutInflater, coroutineScope: CoroutineScope, toolUiContext: ToolUiContext)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun hide()

Called to hide popup menu

Link copied to clipboard

Populate menu with ViewModel UseCases when loaded

Link copied to clipboard
fun show(): Int

Called to show popup menu

Link copied to clipboard